home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Source Code / Think Class Libraries / CScrollList 1.0 / Demo Classes / CStringArray.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-11-30  |  435 b   |  28 lines  |  [TEXT/KAHL]

  1. /*************************************************************************************
  2.  
  3.  CStringArray.h
  4.     
  5.         Interface for CStringArray
  6.     
  7.     SUPERCLASS = CArray
  8.     
  9.         © 1992 Dave Harkness
  10.  
  11. *************************************************************************************/
  12.  
  13.  
  14. #define _H_CStringArray
  15.  
  16. #include <CArray.h>
  17.  
  18.  
  19. class CStringArray : public CArray
  20. {
  21. public:
  22.  
  23.     void                IStringArray( void);
  24.     
  25.     void                IRes( short strListID);
  26.  
  27. };
  28.